.footer-area {
  background: var(--main-color);
}

.footer-area * {
  color: rgba(255, 255, 255, 1);
}

.footer-area .footer-box {
  background-size: cover;
  text-align: center;
  padding: .1rem .48rem;
}

.footer-area .logo {
  height: .32rem;
}

.footer-area .honor-title {
  text-shadow: 0 .02rem .04rem  rgba(0, 0, 0, 0.25);
  font-size: .14rem;
  font-weight: 400;
  line-height: .17rem;
  color: rgba(255, 255, 255, 1);
  font-family: 'alimama';
  margin: .1rem auto .25rem auto;
}

.footer-area .qr-codes p {
  margin: 0;
}
.footer-area .address {
  font-size: .12rem;
}

.footer-area .copyright {
  padding: .1rem .3rem;
  background: rgba(0,0,0,0.5);
}

.footer-area .copyright > * {
  text-align: center;
  display: block;
}

.footer-area .copyright * {
  font-size: .12rem !important;
}

.footer-area .connect-us {
  margin: .2rem auto;
  background-image: url(./images/tel-frame.svg);
  background-size: 100% 100%;
}

.footer-area .connect-us .telephone-number {
  font-size: .16rem;
  font-weight: 400;
  letter-spacing: .02rem;
}
.footer-area .connect-us .service-time {
  font-size: .11rem;
  font-weight: 400;
}

.footer-area .connect-us .icon-dianhua {
  font-size: .2rem;
  margin-top: -0.1rem;
}

